Tools Pack Readme
==================

Version 1.0
-----------
Initial Release


The tools pack contains quick, command line apps useful for scripts which can be launched in mamehooker via the cmd or cdw fuctions.


The list of scripts and their descriptions are:


Presskey.exe
=============

Useage:  Presskey.exe key1(}state1) key2(}state2) ect.....

Basically presskey presses the keys you type.  You can send as many keys as you wish, but each key must be seperated by a space. 
Optionally, you can send a "}" followed by a "0" or "1" to just turn the key on/off and hold it there until the opposite state is pressed.

Examples:

presskey.exe h e l l o  w o r l d ! ! ! 	Presses the keys hello world!!! (Note you can test this via command prompt and the text will be printed.)

presskey.exe a}1 b}1 a}0 b}0			Presses a and b at the same time, then releases them.


Ahk Scripts
===========

Ahk scripts are not supported, exes are.  Any script in this folder with the white and green "H" icon is a compiled ahk script.  I haven't encrypted them, so
anyone who wishes to decompile them and modify the code can do so via auto hot key's compiler program.  Please send me improvments and such.